Dela via


ISql90Statistic.StatsStream Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property StatsStream As String
'Usage
Dim instance As ISql90Statistic 
Dim value As String 

value = instance.StatsStream

instance.StatsStream = value
string StatsStream { get; set; }
property String^ StatsStream {
    String^ get ();
    void set (String^ value);
}
function get StatsStream () : String 
function set StatsStream (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Statistic Interface

ISql90Statistic Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace