FilterDecoder.StringPrefix 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets or sets the prefix for strings.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property StringPrefix As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

FilterDecoder 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间