ConnectionSettings.Password 屬性
取得或設定使用 SQL Server 驗證時,建立伺服器連接之登入所使用的密碼。
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Property Password As String
Get
Set
'用途
Dim instance As ConnectionSettings
Dim value As String
value = instance.Password
instance.Password = value
[BrowsableAttribute(false)]
public string Password { get; set; }
[BrowsableAttribute(false)]
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member Password : string with get, set
function get Password () : String
function set Password (value : String)
屬性值
型別:String
String 值,指定當使用 SQL Server 驗證時所需要的密碼。
備註
當使用時,密碼屬性值不需要 Windows 驗證。