IServiceConfig.Password Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the service password.
public:
property Microsoft::SqlServer::Common::SqlSecureString ^ Password { Microsoft::SqlServer::Common::SqlSecureString ^ get(); void set(Microsoft::SqlServer::Common::SqlSecureString ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public Microsoft.SqlServer.Common.SqlSecureString Password { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.Password : Microsoft.SqlServer.Common.SqlSecureString with get, set
Public Property Password As SqlSecureString
Property Value
Microsoft.SqlServer.Common.SqlSecureString
The service password.
- Attributes