INameFacet.Name Property
Gets the name of the interface..
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 INameFacet
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
A String value that specifies the name of the interface.
See Also