Credential.Create Method (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 (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub Create ( _
identity As String _
)
'Kullanım
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
)
Parameters
- identity
Type: System.String
A String value that specifies the name of the credential.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace