共用方式為


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」 索引鍵。

注意

此屬性僅適用于使用整合式安全性模式時,否則會予以忽略。

適用於