Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the Index class on the specified parent object and with the specified name.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
parent As SqlSmoObject, _
name As String _
)
'Применение
Dim parent As SqlSmoObject
Dim name As String
Dim instance As New Index(parent, _
name)
public Index(
SqlSmoObject parent,
string name
)
public:
Index(
SqlSmoObject^ parent,
String^ name
)
new :
parent:SqlSmoObject *
name:string -> Index
public function Index(
parent : SqlSmoObject,
name : String
)
Параметры
- parent
Тип: Microsoft.SqlServer.Management.Smo.SqlSmoObject
An SqlSmoObject that specifies the parent of the Index object.
- name
Тип: System.String
A String that specifies the name of the index.
Примеры
Создание, изменение и удаление индексов
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo