IndexedXmlPathCollection.Add 메서드 (IndexedXmlPath, String)
Adds an item to the collection with specified path and column where it will be inserted at.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
indexedXmlPath As IndexedXmlPath, _
insertAtColumnName As String _
)
‘사용 방법
Dim instance As IndexedXmlPathCollection
Dim indexedXmlPath As IndexedXmlPath
Dim insertAtColumnName As String
instance.Add(indexedXmlPath, insertAtColumnName)
public void Add(
IndexedXmlPath indexedXmlPath,
string insertAtColumnName
)
public:
void Add(
IndexedXmlPath^ indexedXmlPath,
String^ insertAtColumnName
)
member Add :
indexedXmlPath:IndexedXmlPath *
insertAtColumnName:string -> unit
public function Add(
indexedXmlPath : IndexedXmlPath,
insertAtColumnName : String
)
매개 변수
- indexedXmlPath
유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The path of the object to be added to the collection.
- insertAtColumnName
유형: System.String
The column where the item will be inserted.