Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the convert specification.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Identifier As Identifier
Get
Set
'Usage
Dim instance As OdbcConvertSpecification
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The convert specification.