IndexedXmlPath 생성자

정의

오버로드

IndexedXmlPath()

public IndexedXmlPath();
Public Sub New ()

적용 대상

IndexedXmlPath(Index, String)

public IndexedXmlPath(Microsoft.SqlServer.Management.Smo.Index index, string name);
new Microsoft.SqlServer.Management.Smo.IndexedXmlPath : Microsoft.SqlServer.Management.Smo.Index * string -> Microsoft.SqlServer.Management.Smo.IndexedXmlPath
Public Sub New (index As Index, name As String)

매개 변수

index
Index
name
String

적용 대상