DerivedHierarchy.FullyQualifiedName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the fully qualified name of the derived hierarchy.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string FullyQualifiedName { get; set; }
public:
[DataMemberAttribute]
property String^ FullyQualifiedName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member FullyQualifiedName : string with get, set
<DataMemberAttribute>
Public Property FullyQualifiedName As String

Property Value

Type: System.String

A String representing the name.

See Also

DerivedHierarchy Class
Microsoft.MasterDataServices Namespace

Return to top