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.