Add 方法 (IndexedColumn, String)
Adds an IndexedColumn object to the position after a specified, existing IndexedColumn object in the IndexedColumnCollection collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Add ( _
indexedColumn As IndexedColumn, _
insertAtColumnName As String _
)
用法
Dim instance As IndexedColumnCollection
Dim indexedColumn As IndexedColumn
Dim insertAtColumnName As String
instance.Add(indexedColumn, insertAtColumnName)
public void Add(
IndexedColumn indexedColumn,
string insertAtColumnName
)
public:
void Add(
IndexedColumn^ indexedColumn,
String^ insertAtColumnName
)
member Add :
indexedColumn:IndexedColumn *
insertAtColumnName:string -> unit
public function Add(
indexedColumn : IndexedColumn,
insertAtColumnName : String
)
参数
- indexedColumn
类型:Microsoft.SqlServer.Management.Smo. . :: . .IndexedColumn
An IndexedColumn object value that is to be added into the IndexedColumnCollection collection.
- insertAtColumnName
类型:System. . :: . .String
A String value that specifies the name of the existing IndexedColumn object in the collection after which to insert the new IndexedColumn object.