Freigeben über


ISql100EventSessionSetting.SettingValue-Eigenschaft

Ruft den Wert des Attributs ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property SettingValue As SqlScriptProperty
    Get
    Set
SqlScriptProperty SettingValue { get; set; }
property SqlScriptProperty^ SettingValue {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract SettingValue : SqlScriptProperty with get, set
function get SettingValue () : SqlScriptProperty
function set SettingValue (value : SqlScriptProperty)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100EventSessionSetting Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace