다음을 통해 공유


Create 메서드

Creates an index on the instance of SQL Server as defined by the Index object.

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

구문

‘선언
Public Sub Create
‘사용 방법
Dim instance As Index

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit 
override Create : unit -> unit 
public final function Create()

구현

ICreatable. . :: . .Create() () () ()

[!참고]

Indexes based partly on the UserDefinedTableType object cannot be created and running this method will generate an exception.

인덱스 생성, 변경 및 제거