QuotePrefix プロパティ
テーブルや列などのデータベース オブジェクト名に使用される左側の区切り文字 (左角かっこなど) を指定します。
名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (Microsoft.Synchronization.Data.Server.dll 内)
構文
'宣言
Public Property QuotePrefix As String
Get
Set
'使用
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.QuotePrefix
instance.QuotePrefix = value
public string QuotePrefix { get; set; }
public:
property String^ QuotePrefix {
String^ get ();
void set (String^ value);
}
member QuotePrefix : string with get, set
function get QuotePrefix () : String
function set QuotePrefix (value : String)
プロパティ値
型 : System. . :: . .String
区切り文字 (左角かっこなど)。
説明
場合によっては、[TableName] や [ColumnName] のようにデータベース オブジェクト名が区切られます。アダプター ビルダー プロパティのいずれかに区切りオブジェクト名を指定する場合は、QuotePrefix および QuoteSuffix を使用して区切り文字を指定します。