Gets the catalog entity key used to map the physical table name from the catalog.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public ReadOnly Property CatalogKey As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Instance
Dim value As String
value = instance.CatalogKey |
C# | |
---|
public override string CatalogKey {get;} |
C++/CLI | |
---|
public:
property String^ CatalogKey override {
String^ get();
} |
Property Value
A
System.String representing the key of the entity in the catalog.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also