ISql100EventSessionDefinitions.Parent Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Parent As ISql100EventSession
'Usage
Dim instance As ISql100EventSessionDefinitions
Dim value As ISql100EventSession
value = instance.Parent
ISql100EventSession Parent { get; }
property ISql100EventSession^ Parent {
ISql100EventSession^ get ();
}
function get Parent () : ISql100EventSession
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100EventSession
.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