Proprietà Postfix
Gets the specified postfix of the settings. 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 Postfix As XmlReadConditionedStatementPostfix
Get
'Utilizzo
Dim instance As XmlReadSettings
Dim value As XmlReadConditionedStatementPostfix
value = instance.Postfix
public XmlReadConditionedStatementPostfix Postfix { get; }
public:
property XmlReadConditionedStatementPostfix^ Postfix {
XmlReadConditionedStatementPostfix^ get ();
}
member Postfix : XmlReadConditionedStatementPostfix
function get Postfix () : XmlReadConditionedStatementPostfix
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XmlReadConditionedStatementPostfix
The postfix of the settings.
Vedere anche