AuditActionSpecification.Principals Property
Principals relationship class of AuditActionSpecification
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property Principals As ModelRelationshipClass
Get
Friend Set
'Usage
Dim value As ModelRelationshipClass
value = AuditActionSpecification.Principals
public static ModelRelationshipClass Principals { get; internal set; }
public:
static property ModelRelationshipClass^ Principals {
ModelRelationshipClass^ get ();
internal: void set (ModelRelationshipClass^ value);
}
static member Principals : ModelRelationshipClass with get, internal set
static function get Principals () : ModelRelationshipClass
internal static function set Principals (value : ModelRelationshipClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass