Create Método (String)
Creates a credential on the instance of SQL Server as defined by the Credential object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Create ( _
identity As String _
)
'Uso
Dim instance As Credential
Dim identity As String
instance.Create(identity)
public void Create(
string identity
)
public:
void Create(
String^ identity
)
member Create :
identity:string -> unit
public function Create(
identity : String
)
Parámetros
- identity
Tipo: System. . :: . .String
A String value that specifies the name of the credential.
Vea también