PolicyStore.SqlStoreConnection Property

Gets or sets the SqlStoreConnection object.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public Property SqlStoreConnection As SqlStoreConnection 
    Get 
    Set
'Usage
Dim instance As PolicyStore 
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)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
tThe SqlStoreConnection object.

See Also

Reference

PolicyStore Class

Microsoft.SqlServer.Management.Dmf Namespace