Collation Propiedad
Gets the default collation 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 Collation As String
Get
'Uso
Dim instance As Information
Dim value As String
value = instance.Collation
[SfcPropertyAttribute]
public string Collation { get; }
[SfcPropertyAttribute]
public:
property String^ Collation {
String^ get ();
}
[<SfcPropertyAttribute>]
member Collation : string
function get Collation () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the default collation for the instance of SQL Server.
Vea también