ConnectionConfigurationAttribute.ServerExplorerDataSource Property

Gets the server explorer data source GUID.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ServerExplorerDataSource As Guid
    Get
'Usage
Dim instance As ConnectionConfigurationAttribute
Dim value As Guid

value = instance.ServerExplorerDataSource
public Guid ServerExplorerDataSource { get; }
public:
property Guid ServerExplorerDataSource {
    Guid get ();
}
function get ServerExplorerDataSource () : Guid
member ServerExplorerDataSource : Guid

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ConnectionConfigurationAttribute Class

ConnectionConfigurationAttribute Members

Microsoft.Data.Schema.Extensibility Namespace