Поделиться через


Свойство IMultipartNameFacet.Schema

Gets the schema portion of a Multipart Name.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("SchemaName")> _
<DisplayDescriptionKeyAttribute("SchemaDesc")> _
ReadOnly Property Schema As String 
    Get
'Применение
Dim instance As IMultipartNameFacet 
Dim value As String 

value = instance.Schema
[DisplayNameKeyAttribute("SchemaName")]
[DisplayDescriptionKeyAttribute("SchemaDesc")]
string Schema { get; }
[DisplayNameKeyAttribute(L"SchemaName")]
[DisplayDescriptionKeyAttribute(L"SchemaDesc")]
property String^ Schema {
    String^ get ();
}
[<DisplayNameKeyAttribute("SchemaName")>]
[<DisplayDescriptionKeyAttribute("SchemaDesc")>]
abstract Schema : string
function get Schema () : String

Значение свойства

Тип: System.String
The schema portion of a Multipart Name.

См. также

Справочник

IMultipartNameFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo