Partager via


Propriété FilterDecoder.StringPrefix

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets or sets the prefix for strings.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property StringPrefix As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

FilterDecoder Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc