Método Create (String)
Creates a credential on the instance of SQL Server as defined by the Credential object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.
Consulte também