Конструктор 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.