UpdateCollectionState2 方法
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Friend Shared Sub UpdateCollectionState2 ( _
col As ICollection _
)
用法
Dim col As ICollection
SqlSmoObject.UpdateCollectionState2(col)
protected internal static void UpdateCollectionState2(
ICollection col
)
protected public:
static void UpdateCollectionState2(
ICollection^ col
)
static member UpdateCollectionState2 :
col:ICollection -> unit
static function UpdateCollectionState2(
col : ICollection
)