SqlConnectionStringBuilder.ServerSPN 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据源的 SPN) (服务主体名称。
public:
 property System::String ^ ServerSPN { System::String ^ get(); void set(System::String ^ value); };
	public string ServerSPN { get; set; }
	member this.ServerSPN : string with get, set
	Public Property ServerSPN As String
	属性值
为 ServerSPN 属性的值,或者,如果未提供任何值,则为 String.Empty。
注解
此属性对应于连接字符串中的“ServerSPN”和“Server SPN”键。
注意
此属性仅在使用集成安全模式时适用,否则将被忽略。