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 the name of the object to which the synonym refers.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ForObjectScript As SqlScriptProperty
SqlScriptProperty ForObjectScript { get; set; }
property SqlScriptProperty^ ForObjectScript {
SqlScriptProperty^ get ();
void set (SqlScriptProperty^ value);
}
abstract ForObjectScript : SqlScriptProperty with get, set
function get ForObjectScript () : SqlScriptProperty
function set ForObjectScript (value : SqlScriptProperty)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty
Remarks
Both this name and the ForObject relationship are stored, because synonyms for nonexistent objects are permitted.
.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.