共用方式為


Create 方法

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

多載清單 

  名稱 描述
公用方法 Create() () () () Creates a credential on the instance of SQL Server as defined by the Credential object.
公用方法 Create(String) Creates a credential on the instance of SQL Server as defined by the Credential object.
公用方法 Create(String, SecureString) Creates a credential on the instance of SQL Server as defined by the Credential object.
公用方法 Create(String, String) Creates a credential on the instance of SQL Server as defined by the Credential object.

頂端