Create 方法 (String)

Creates a credential on the instance of SQL Server as defined by the Credential object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Create ( _
    identity As String _
)
用法
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
)

参数

示例

调用方法