Share via


FilterDecoder.StringPrefix Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the prefix for strings.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property StringPrefix As String 
    Get 
    Set
'Usage
Dim instance As FilterDecoder 
Dim value As String 

value = instance.StringPrefix

instance.StringPrefix = value
public string StringPrefix { get; set; }
public:
property String^ StringPrefix {
    String^ get ();
    void set (String^ value);
}
member StringPrefix : string with get, set
function get StringPrefix () : String 
function set StringPrefix (value : String)

Property Value

Type: System.String
The prefix for strings. The default is N, which is the prefix used for Unicode strings.

See Also

Reference

FilterDecoder Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace