DatabaseEngineSecuritySettings.SaPwd Property

Definition

Gets or sets the secure string used as a password for this instance.

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

Property Value

Microsoft.SqlServer.Common.SqlSecureString

The secure string used as a password for this instance.

Applies to