ISql90EventTypeSpecifier.EventType プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property EventType As SqlEventType
'使用
Dim instance As ISql90EventTypeSpecifier
Dim value As SqlEventType
value = instance.EventType
instance.EventType = value
SqlEventType EventType { get; set; }
property SqlEventType EventType {
SqlEventType get ();
void set (SqlEventType value);
}
function get EventType () : SqlEventType
function set EventType (value : SqlEventType)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlEventType