PrimaryExpression.Collation Property

Gets or sets the collation identifier.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Collation As Identifier 
    Get 
    Set
'Usage
Dim instance As PrimaryExpression 
Dim value As Identifier 

value = instance.Collation

instance.Collation = value
public Identifier Collation { get; set; }
public:
virtual property Identifier^ Collation {
    Identifier^ get () sealed;
    void set (Identifier^ value) sealed;
}
abstract Collation : Identifier with get, set 
override Collation : Identifier with get, set
final function get Collation () : Identifier 
final function set Collation (value : Identifier)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The collation identifier.

See Also

Reference

PrimaryExpression Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace