Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets security target object.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property SecurityTargetObject As SecurityTargetObject
'Usage
Dim instance As AlterAuthorizationStatement
Dim value As SecurityTargetObject
value = instance.SecurityTargetObject
instance.SecurityTargetObject = value
public SecurityTargetObject SecurityTargetObject { get; set; }
public:
property SecurityTargetObject^ SecurityTargetObject {
SecurityTargetObject^ get ();
void set (SecurityTargetObject^ value);
}
public function get SecurityTargetObject () : SecurityTargetObject
public function set SecurityTargetObject (value : SecurityTargetObject)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SecurityTargetObject
Remarks
Value may be null.
.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
AlterAuthorizationStatement Class