ISql100EventSessionDefinitions.EventPackageName Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EventPackageName As String
'Usage
Dim instance As ISql100EventSessionDefinitions
Dim value As String
value = instance.EventPackageName
instance.EventPackageName = value
string EventPackageName { get; set; }
property String^ EventPackageName {
String^ get ();
void set (String^ value);
}
function get EventPackageName () : String
function set EventPackageName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql100EventSessionDefinitions Interface