IndexedXmlPath コンストラクター (Index, String)

IndexedXmlPath クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    index As Index, _
    name As String _
)
'使用
Dim index As Index 
Dim name As String 

Dim instance As New IndexedXmlPath(index, name)
public IndexedXmlPath(
    Index index,
    string name
)
public:
IndexedXmlPath(
    Index^ index, 
    String^ name
)
new : 
        index:Index * 
        name:string -> IndexedXmlPath
public function IndexedXmlPath(
    index : Index, 
    name : String
)

パラメーター

  • name
    型: System.String
    インデックス付き XML パスの名前です。

関連項目

参照

IndexedXmlPath クラス

IndexedXmlPath オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間