ManagedInstance.Key 构造函数

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

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
Public Sub New ( _
    managedInstanceName As String _
)
用法
Dim managedInstanceName As String 

Dim instance As New ManagedInstance.Key(managedInstanceName)
public Key(
    string managedInstanceName
)
public:
Key(
    String^ managedInstanceName
)
new : 
        managedInstanceName:string -> Key
public function ManagedInstance.Key(
    managedInstanceName : String
)

参数

  • managedInstanceName
    类型:System.String
    A String value that specifies the name of the key.

请参阅

参考

ManagedInstance.Key 类

Microsoft.SqlServer.Management.Utility 命名空间