Condividi tramite


Costruttore IndexedXmlPath (Index, String)

Initializes a new instance of the IndexedXmlPath class.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    index As Index, _
    name As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IndexedXmlPath Classe

Overload IndexedXmlPath

Spazio dei nomi Microsoft.SqlServer.Management.Smo