Propriedade CollationID
Gets the CollationID property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property CollationID As Integer
Get
'Uso
Dim instance As Server
Dim value As Integer
value = instance.CollationID
[SfcPropertyAttribute]
public int CollationID { get; }
[SfcPropertyAttribute]
public:
virtual property int CollationID {
int get () sealed;
}
[<SfcPropertyAttribute>]
abstract CollationID : int
[<SfcPropertyAttribute>]
override CollationID : int
final function get CollationID () : int
Valor da propriedade
Tipo: System. . :: . .Int32
Int32
Implementa
Consulte também