IMultipartNameFacet.Name Property

Gets the name portion of a multipart name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("NameName")> _
<DisplayDescriptionKeyAttribute("NameDesc")> _
ReadOnly Property Name As String 
    Get
'Usage
Dim instance As IMultipartNameFacet 
Dim value As String 

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

Property Value

Type: System.String
The name portion of a multipart name.

See Also

Reference

IMultipartNameFacet Interface

Microsoft.SqlServer.Management.Smo Namespace