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" キーに対応します。

注意

このプロパティは、統合セキュリティ モードを使用する場合にのみ適用されます。それ以外の場合は無視されます。

適用対象