SqlSmoObject.ServerVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ServerVersion of the Server that contains the object. If the object is not associated with a connected Server, the highest known server version is returned.
public Microsoft.SqlServer.Management.Common.ServerVersion ServerVersion { get; }
member this.ServerVersion : Microsoft.SqlServer.Management.Common.ServerVersion
Public ReadOnly Property ServerVersion As ServerVersion