IndexedXmlPathNamespace 构造函数 (Index, String)

Initializes a new instance of the IndexedXmlPathNamespace with the specified index and name class.

命名空间:  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 IndexedXmlPathNamespace(index, name)
public IndexedXmlPathNamespace(
    Index index,
    string name
)
public:
IndexedXmlPathNamespace(
    Index^ index, 
    String^ name
)
new : 
        index:Index * 
        name:string -> IndexedXmlPathNamespace
public function IndexedXmlPathNamespace(
    index : Index, 
    name : String
)

参数

请参阅

参考

IndexedXmlPathNamespace 类

IndexedXmlPathNamespace 重载

Microsoft.SqlServer.Management.Smo 命名空间