Share via


EventSessionTarget.ParameterSettings Property

ParameterSettings relationship class of EventSessionTarget

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Shared Property ParameterSettings As ModelRelationshipClass 
    Get 
    Friend Set
'Usage
Dim value As ModelRelationshipClass 

value = EventSessionTarget.ParameterSettings
public static ModelRelationshipClass ParameterSettings { get; internal set; }
public:
static property ModelRelationshipClass^ ParameterSettings {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member ParameterSettings : ModelRelationshipClass with get, internal set
static function get ParameterSettings () : ModelRelationshipClass 
internal static function set ParameterSettings (value : ModelRelationshipClass)

Property Value

Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

See Also

Reference

EventSessionTarget Class

Microsoft.SqlServer.Dac.Model Namespace