DatabaseEngineSecuritySettings.SaPwd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定做為此執行個體之密碼的安全字串。
public:
property Microsoft::SqlServer::Common::SqlSecureString ^ SaPwd { Microsoft::SqlServer::Common::SqlSecureString ^ get(); void set(Microsoft::SqlServer::Common::SqlSecureString ^ value); };
public Microsoft.SqlServer.Common.SqlSecureString SaPwd { get; set; }
member this.SaPwd : Microsoft.SqlServer.Common.SqlSecureString with get, set
Public Property SaPwd As SqlSecureString
屬性值
- Microsoft.SqlServer.Common.SqlSecureString
做為此執行個體之密碼的安全字串。