XmlNamespacesAliasElement.Identifier 屬性

Gets the alias of the specified XmlNamespacesAliasElement object.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Identifier As Identifier 
    Get 
    Set
'用途
Dim instance As XmlNamespacesAliasElement 
Dim value As Identifier 

value = instance.Identifier

instance.Identifier = value
public Identifier Identifier { get; set; }
public:
property Identifier^ Identifier {
    Identifier^ get ();
    void set (Identifier^ value);
}
member Identifier : Identifier with get, set
function get Identifier () : Identifier 
function set Identifier (value : Identifier)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The alias of the specified object.

請參閱

參考

XmlNamespacesAliasElement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間