ISql100EventSessionSetting.SettingValue プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property SettingValue As SqlElementSource
'使用
Dim instance As ISql100EventSessionSetting
Dim value As SqlElementSource
value = instance.SettingValue
instance.SettingValue = value
SqlElementSource SettingValue { get; set; }
property SqlElementSource^ SettingValue {
SqlElementSource^ get ();
void set (SqlElementSource^ value);
}
function get SettingValue () : SqlElementSource
function set SettingValue (value : SqlElementSource)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource
参照
参照
ISql100EventSessionSetting インターフェイス