SqlConnectionStringBuilder.ServerSPN 属性

定义

获取或设置数据源的 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”键。

注意

此属性仅在使用集成安全模式时适用,否则将被忽略。

适用于