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
)

매개 변수

참고 항목

참조

IndexedXmlPathNamespaceCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스