SqlStoreConnection Propiedad
Gets or sets the connection to an instance of the Database Engine.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
<SfcIgnoreAttribute> _
Public Overridable Property SqlStoreConnection As SqlStoreConnection
Get
Set
'Uso
Dim instance As DacDomain
Dim value As SqlStoreConnection
value = instance.SqlStoreConnection
instance.SqlStoreConnection = value
[SfcIgnoreAttribute]
public virtual SqlStoreConnection SqlStoreConnection { get; set; }
[SfcIgnoreAttribute]
public:
virtual property SqlStoreConnection^ SqlStoreConnection {
SqlStoreConnection^ get ();
void set (SqlStoreConnection^ value);
}
[<SfcIgnoreAttribute>]
abstract SqlStoreConnection : SqlStoreConnection with get, set
[<SfcIgnoreAttribute>]
override SqlStoreConnection : SqlStoreConnection with get, set
function get SqlStoreConnection () : SqlStoreConnection
function set SqlStoreConnection (value : SqlStoreConnection)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlStoreConnection
A SqlStoreConnection object that specifies the instance of the Database Engine to which the DacDomain object is connected.