XmlSchemaCollection.Text Property
Gets or sets the text that defines all of the schemas in the XML schema collection.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)] public string Text { get; set; }
Property Value
Type: System.StringA String value that specifies the text that defines all of the schemas in the XML schema collection
Show: