Propriété Utility.SqlStoreConnection

Gets or sets the SQL Store connection

Espace de noms :  Microsoft.SqlServer.Management.Utility
Assembly :  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public Property SqlStoreConnection As SqlStoreConnection 
    Get 
    Set
'Utilisation
Dim instance As Utility 
Dim value As SqlStoreConnection 

value = instance.SqlStoreConnection

instance.SqlStoreConnection = value
[SfcIgnoreAttribute]
public SqlStoreConnection SqlStoreConnection { get; set; }
[SfcIgnoreAttribute]
public:
property SqlStoreConnection^ SqlStoreConnection {
    SqlStoreConnection^ get ();
    void set (SqlStoreConnection^ value);
}
[<SfcIgnoreAttribute>]
member SqlStoreConnection : SqlStoreConnection with get, set
function get SqlStoreConnection () : SqlStoreConnection 
function set SqlStoreConnection (value : SqlStoreConnection)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
A SqlStoreConnection value that contains the SQL Store connection information.

Notes

The SQL Store connection is used to retrieve information on the UCP.

Voir aussi

Référence

Utility Classe

Espace de noms Microsoft.SqlServer.Management.Utility