Share via


ISql100EventSessionSetting.SettingValue Property

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

Syntax

'Declaration
Property SettingValue As SqlElementSource
'Usage
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource

.NET Framework Security

See Also

Reference

ISql100EventSessionSetting Interface

ISql100EventSessionSetting Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace