Credential.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
)
参数
- identity
类型:System.String
A String value that specifies the name of the credential.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间