Propriedade ISql100EventSessionTarget.ParameterSettings
Obtém a lista de parâmetros de destino.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
ReadOnly Property ParameterSettings As IList(Of ISql100EventSessionSetting)
Get
IList<ISql100EventSessionSetting> ParameterSettings { get; }
property IList<ISql100EventSessionSetting^>^ ParameterSettings {
IList<ISql100EventSessionSetting^>^ get ();
}
abstract ParameterSettings : IList<ISql100EventSessionSetting>
function get ParameterSettings () : IList<ISql100EventSessionSetting>
Valor de propriedade
Tipo: System.Collections.Generic.IList<ISql100EventSessionSetting>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.