Share via


ServiceConfigSettings.password Field

Definition

Specifies the password for the service.

protected: Microsoft::SqlServer::Configuration::Property<Microsoft::SqlServer::Common::SqlSecureString ^> ^ password;
protected Microsoft.SqlServer.Configuration.Property<Microsoft.SqlServer.Common.SqlSecureString> password;
val mutable password : Microsoft.SqlServer.Configuration.Property<Microsoft.SqlServer.Common.SqlSecureString>
Protected password As Property(Of SqlSecureString) 

Field Value

Property<Microsoft.SqlServer.Common.SqlSecureString>

Applies to