ISql100EventSessionSetting.SettingValue (Propiedad)
Obtiene o establece el valor del atributo.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.