IndexedXmlPathNamespaceCollection.Add 메서드
Adds the indexed XML path namespace to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
‘사용 방법
Dim instance As IndexedXmlPathNamespaceCollection
Dim indexedXmlPathNamespace As IndexedXmlPathNamespace
instance.Add(indexedXmlPathNamespace)
public void Add(
IndexedXmlPathNamespace indexedXmlPathNamespace
)
public:
void Add(
IndexedXmlPathNamespace^ indexedXmlPathNamespace
)
member Add :
indexedXmlPathNamespace:IndexedXmlPathNamespace -> unit
public function Add(
indexedXmlPathNamespace : IndexedXmlPathNamespace
)
매개 변수
- indexedXmlPathNamespace
유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace to add.