言語

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

適用対象