Propriedade do RDL StringPrefix
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the prefix for strings.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property StringPrefix As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
The prefix for strings. The default is N, which is the prefix used for Unicode strings.