PartitionParameterType.Collation, propriété
Obtient ou définit le nom de classement.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property Collation As Identifier
Get
Set
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)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.Identifier
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.