Метод 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.