Właściwość Utility.SqlStoreConnection
Pobiera lub ustawia połączenie z magazynem SQL
Przestrzeń nazw: Microsoft.SqlServer.Management.Utility
Zestaw: Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)
Składnia
'Deklaracja
<SfcIgnoreAttribute> _
Public Property SqlStoreConnection As SqlStoreConnection
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
A SqlStoreConnection wartość zawierający informacje połączenia SQL magazynu.
Uwagi
Połączenie z magazynem SQL jest używany do pobierania informacji o UCP.