共用方式為


DropResourcePool 屬性

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Shared ReadOnly Property DropResourcePool As ServerEvent
    Get
'用途
Dim value As ServerEvent

value = ServerEvent.DropResourcePool
public static ServerEvent DropResourcePool { get; }
public:
static property ServerEvent^ DropResourcePool {
    ServerEvent^ get ();
}
static member DropResourcePool : ServerEvent
static function get DropResourcePool () : ServerEvent