XmlReadSettings.Postfix Property
Gets the specified postfix of the settings. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Postfix As XmlReadConditionedStatementPostfix
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadConditionedStatementPostfix
The postfix of the settings.