Create méthode (SecureString)
Creates an application role on the instance of SQL Server as defined by the ApplicationRole object and with the specified password.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Create ( _
password As SecureString _
)
'Utilisation
Dim instance As ApplicationRole
Dim password As SecureString
instance.Create(password)
public void Create(
SecureString password
)
public:
void Create(
SecureString^ password
)
member Create :
password:SecureString -> unit
public function Create(
password : SecureString
)
Paramètres
- password
Type : System.Security. . :: . .SecureString
A SecureString value that specifies the password required when accessing the application role.
Voir aussi