다음을 통해 공유


DeployedDac.Key 생성자

Initializes a new instance of the DeployedDac.Key class that has the specified name.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Public Sub New ( _
    keyName As String, _
    keyServerInstanceName As String _
)
‘사용 방법
Dim keyName As String 
Dim keyServerInstanceName As String 

Dim instance As New DeployedDac.Key(keyName, _
    keyServerInstanceName)
public Key(
    string keyName,
    string keyServerInstanceName
)
public:
Key(
    String^ keyName, 
    String^ keyServerInstanceName
)
new : 
        keyName:string * 
        keyServerInstanceName:string -> Key
public function DeployedDac.Key(
    keyName : String, 
    keyServerInstanceName : String
)

매개 변수

  • keyServerInstanceName
    유형: System.String
    A String value that specifies the name of the server instance associated with the key.

참고 항목

참조

DeployedDac.Key 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스