PartitionFunctionParameter.Collation Propiedad
Gets or sets the SQL Server collation for the partition function parameter.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Collation As String
Get
Set
'Uso
Dim instance As PartitionFunctionParameter
Dim value As String
value = instance.Collation
instance.Collation = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Collation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Collation {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)
Valor de la propiedad
Tipo: System.String
A String value that specifies the collation name.
Comentarios
Returns an empty string if the parameter is not of a character-based data type.
Ejemplos
Utilizar grupos de archivos y archivos para almacenar datos
Vea también
Referencia
PartitionFunctionParameter Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo