Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Create ( _
password As String _
)
'Utilisation
Dim instance As ApplicationRole
Dim password As String
instance.Create(password)
public void Create(
string password
)
public:
void Create(
String^ password
)
member Create :
password:string -> unit
public function Create(
password : String
)
Paramètres
- password
Type : System.String
A String value that specifies the password required when accessing the application role.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo