Proprietà XmlReadDoc.Settings

Gets the specified settings for the assembly. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Settings As XmlReadSettings 
    Get
'Utilizzo
Dim instance As XmlReadDoc 
Dim value As XmlReadSettings 

value = instance.Settings
public XmlReadSettings Settings { get; }
public:
property XmlReadSettings^ Settings {
    XmlReadSettings^ get ();
}
member Settings : XmlReadSettings
function get Settings () : XmlReadSettings

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSettings
The specified settings for the assembly.

Vedere anche

Riferimento

XmlReadDoc Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc