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