共用方式為


Create 方法 (String, 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, _
    secret As String _
)
'用途
Dim instance As Credential
Dim identity As String
Dim secret As String

instance.Create(identity, secret)
public void Create(
    string identity,
    string secret
)
public:
void Create(
    String^ identity, 
    String^ secret
)
member Create : 
        identity:string * 
        secret:string -> unit 
public function Create(
    identity : String, 
    secret : String
)

參數

範例

呼叫方法