Свойство Name
Gets the name of the collation.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public ReadOnly Property Name As String
Get
'Применение
Dim instance As CollationInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string
override Name : string
final function get Name () : String
Значение свойства
Тип: System. . :: . .String
The name of the collation.
Реализует
См. также