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」 索引鍵。
注意
此屬性僅適用于使用整合式安全性模式時,否則會予以忽略。