Partilhar via


Propriedade ISql100EventSessionSetting.SettingValue

Obtém ou define o valor do atributo.

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

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100EventSessionSetting Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel