CollationID Propiedad
Gets the collation ID for the instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property CollationID As Integer
Get
'Uso
Dim instance As Information
Dim value As Integer
value = instance.CollationID
[SfcPropertyAttribute]
public int CollationID { get; }
[SfcPropertyAttribute]
public:
property int CollationID {
int get ();
}
[<SfcPropertyAttribute>]
member CollationID : int
function get CollationID () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the collation ID for the instance of SQL Server.
Vea también