TriggerCollection.GetCollectionElementType 方法
Gets the Element Type
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Overrides Function GetCollectionElementType As Type
用法
Dim returnValue As Type
returnValue = Me.GetCollectionElementType()
protected override Type GetCollectionElementType()
protected:
virtual Type^ GetCollectionElementType() override
abstract GetCollectionElementType : unit -> Type
override GetCollectionElementType : unit -> Type
protected override function GetCollectionElementType() : Type
返回值
类型:System.Type
The Element Type.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间