ValidationXmlSchemaCollectionSchema 屬性
命名空間: Microsoft.SqlServer.Management.Smo.Broker
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property ValidationXmlSchemaCollectionSchema As String
Get
Set
'用途
Dim instance As MessageType
Dim value As String
value = instance.ValidationXmlSchemaCollectionSchema
instance.ValidationXmlSchemaCollectionSchema = value
[SfcPropertyAttribute]
public string ValidationXmlSchemaCollectionSchema { get; set; }
[SfcPropertyAttribute]
public:
property String^ ValidationXmlSchemaCollectionSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ValidationXmlSchemaCollectionSchema : string with get, set
function get ValidationXmlSchemaCollectionSchema () : String
function set ValidationXmlSchemaCollectionSchema (value : String)