Proprietà FilterDecoder.StringPrefix

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets or sets the prefix for strings.

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

Sintassi

'Dichiarazione
Public Property StringPrefix As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

FilterDecoder Classe

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