หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 AlterAssembly As SqlAssemblyEvent
Get
'Usage
Dim value As SqlAssemblyEvent
value = SqlAssemblyEvent.AlterAssembly
public static SqlAssemblyEvent AlterAssembly { get; }
public:
static property SqlAssemblyEvent^ AlterAssembly {
SqlAssemblyEvent^ get ();
}
static member AlterAssembly : SqlAssemblyEvent
static function get AlterAssembly () : SqlAssemblyEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that represents the AlterAssembly event that can be included in the assembly event set.