หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an assembly event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropAssembly As SqlAssemblyEvent
Get
'Usage
Dim value As SqlAssemblyEvent
value = SqlAssemblyEvent.DropAssembly
public static SqlAssemblyEvent DropAssembly { get; }
public:
static property SqlAssemblyEvent^ DropAssembly {
SqlAssemblyEvent^ get ();
}
static member DropAssembly : SqlAssemblyEvent
static function get DropAssembly () : SqlAssemblyEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that represents the DropAssembly event that can be included in the assembly event set.